Eclipse JDT
Pre-release 3.0
A B C D E F G H I J K L M N O P Q R S T U V W X Z _

C

CALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
CANCEL_IF_NOT_READY_TO_SEARCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search operation throws an org.eclipse.core.runtime.OperationCanceledException if the underlying indexer has not finished indexing the workspace.
CASE_INSENSITIVE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search pattern ignores cases in the search result.
CASE_SENSITIVE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search pattern matches the search result only if cases are the same.
CASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
CAST_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CastExpression.
CATCH_CLAUSE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CatchClause.
CCPActionGroup - class org.eclipse.jdt.ui.actions.CCPActionGroup.
Action group that adds the copy, cut, paste actions to a view part's context menu and installs handlers for the corresponding global menu actions.
CCPActionGroup(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions.CCPActionGroup
Creates a new CCPActionGroup.
CCPActionGroup(Page) - Constructor for class org.eclipse.jdt.ui.actions.CCPActionGroup
Creates a new CCPActionGroup.
CHANGED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Status constant indicating that the element has been changed, as described by the change flags.
CHANGE_TYPE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> change type action (value "org.eclipse.jdt.ui.edit.text.java.change.type").
CHANGE_TYPE - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Generalize Type global action (value "org.eclipse.jdt.ui.actions.ChangeType").
CHAR - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "char".
CHARACTER_LITERAL - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CharacterLiteral.
CHECKCAST - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
CLASS - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a class.
CLASSES - Static variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
CLASSFILE_ATTRIBUTES - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read the constant pool entries and the attributes of a .class file.
CLASSPATH_CYCLE - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status indicating that a project is involved in a build path cycle.
CLASSPATH_FILE_FORMAT - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Classpath file format marker attribute (value "classpathFileFormat").
CLASS_FILE - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a class file.
CLASS_INSTANCE_CREATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ClassInstanceCreation.
CLEAN - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
CLEAR_ALL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
CODE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
 
CODEASSIST_ADDIMPORT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if the Java code assist adds import statements.
CODEASSIST_ARGUMENT_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_ARGUMENT_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_AUTOACTIVATION - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if the Java code assist gets auto activated.
CODEASSIST_AUTOACTIVATION_DELAY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A name preference that holds the auto activation delay time in milli seconds.
CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVA - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the characters that auto activate code assist in Java code.
CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVADOC - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the characters that auto activate code assist in Javadoc.
CODEASSIST_AUTOINSERT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if the Java code assist inserts a proposal automatically if only one proposal is available.
CODEASSIST_CASE_SENSITIVITY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether code assist proposals filtering is case sensitive or not.
CODEASSIST_FIELD_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_FIELD_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_FILL_ARGUMENT_NAMES - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if argument names are filled in when a method is selected from as list of code assist proposal.
CODEASSIST_GUESS_METHOD_ARGUMENTS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if method arguments are guessed when a method is selected from as list of code assist proposal.
CODEASSIST_IMPLICIT_QUALIFICATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_INSERT_COMPLETION - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if the Java code assist only inserts completions.
CODEASSIST_LOCAL_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_LOCAL_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_ORDER_PROPOSALS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that defines if code assist proposals are sorted in alphabetical order.
CODEASSIST_PARAMETERS_BACKGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the background color used for parameter hints.
CODEASSIST_PARAMETERS_FOREGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the foreground color used in the code assist selection dialog.
CODEASSIST_PROPOSALS_BACKGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the background color used in the code assist selection dialog.
CODEASSIST_PROPOSALS_FOREGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the foreground color used in the code assist selection dialog.
CODEASSIST_REPLACEMENT_BACKGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the background color used in the code assist selection dialog to mark replaced code.
CODEASSIST_REPLACEMENT_FOREGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the foreground color used in the code assist selection dialog to mark replaced code.
CODEASSIST_SHOW_VISIBLE_PROPOSALS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if code assist contains only visible proposals.
CODEASSIST_STATIC_FIELD_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_STATIC_FIELD_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_VISIBILITY_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEGEN_ADD_COMMENTS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if comment stubs will be added automatically to newly created types and methods.
CODEGEN_EXCEPTION_VAR_NAME - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that defines the preferred variable names for exceptions in catch clauses.
CODEGEN_GETTERSETTER_PREFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use JavaCore preference store (key JavaCore. CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)
CODEGEN_GETTERSETTER_SUFFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use setting from JavaCore preference store (key JavaCore. CODEASSIST_FIELD_SUFFIXES and CODEASSIST_STATIC_FIELD_SUFFIXES)
CODEGEN_IS_FOR_GETTERS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether to use the prefix "is" or the prefix "get" for automatically created getters which return a boolean field.
CODEGEN_KEYWORD_THIS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether the keyword "this" will be added automatically to field accesses in autogenerated methods.
CODEGEN_USE_GETTERSETTER_PREFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use JavaCore preference store (key JavaCore. CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)
CODEGEN_USE_GETTERSETTER_SUFFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use JavaCore preference store (key JavaCore. CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)
CODEGEN__FILE_COMMENTS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. New code template story: user can specify the new type code template.
CODEGEN__JAVADOC_STUBS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use CODEGEN_ADD_COMMENTS instead (Name is more precice).
CODEGEN__NON_JAVADOC_COMMENTS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. New code template story: user can specify the overriding method comment.
CODE_SNIPPET - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Indicates a compilation problem related to a code snippet.
COMMENT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> comment action (value "org.eclipse.jdt.ui.edit.text.java.comment").
COMMENT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Comment global action (value "org.eclipse.jdt.ui.actions.Comment").
COMPACT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
COMPILATION_UNIT - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a Java compilation unit.
COMPILATION_UNIT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CompilationUnit.
COMPILATION_UNIT - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
Node type constant indicating a compilation unit.
COMPILER_CODEGEN_TARGET_PLATFORM - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_CODEGEN_UNUSED_LOCAL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_COMPLIANCE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_FAILURE - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a compiler failure occurred.
COMPILER_LINE_NUMBER_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_LOCAL_VARIABLE_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_ASSERT_IDENTIFIER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_BOOLEAN_METHOD_THROWING_EXCEPTION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_CHAR_ARRAY_IN_STRING_CONCATENATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_DEPRECATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_DEPRECATION_WHEN_OVERRIDING_DEPRECATED_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_FIELD_HIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_FINALLY_BLOCK_NOT_COMPLETING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_HIDDEN_CATCH_BLOCK - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INCOMPATIBLE_NON_INHERITED_INTERFACE_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INDIRECT_STATIC_ACCESS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INVALID_ANNOTATION - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. TODO (frederic) remove after 3.0 M6
COMPILER_PB_INVALID_IMPORT - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. - discontinued since turning off would violate language specs
COMPILER_PB_INVALID_JAVADOC - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INVALID_JAVADOC_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INVALID_JAVADOC_TAGS_VISIBILITY - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_LOCAL_VARIABLE_HIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MAX_PER_UNIT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_METHOD_WITH_CONSTRUCTOR_NAME - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_ANNOTATION - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. TODO (frederic) after 3.0 M6
COMPILER_PB_MISSING_JAVADOC - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. TODO (frederic) remove after 3.0 M7
COMPILER_PB_MISSING_JAVADOC_COMMENTS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_COMMENTS_OVERRIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_COMMENTS_VISIBILITY - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_TAGS_OVERRIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_TAGS_VISIBILITY - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_NON_NLS_STRING_LITERAL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_NO_EFFECT_ASSIGNMENT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_OVERRIDING_PACKAGE_DEFAULT_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_POSSIBLE_ACCIDENTAL_BOOLEAN_ASSIGNMENT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_SPECIAL_PARAMETER_HIDING_FIELD - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_STATIC_ACCESS_RECEIVER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_SUPERFLUOUS_SEMICOLON - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_SYNTHETIC_ACCESS_EMULATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNDOCUMENTED_EMPTY_BLOCK - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNNECESSARY_TYPE_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNQUALIFIED_FIELD_ACCESS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNREACHABLE_CODE - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. - discontinued since turning off would violate language specs
COMPILER_PB_UNUSED_DECLARED_THROWN_EXCEPTION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_IMPORT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_LOCAL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PARAMETER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PARAMETER_WHEN_IMPLEMENTING_ABSTRACT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PARAMETER_WHEN_OVERRIDING_CONCRETE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PRIVATE_MEMBER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_SOURCE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_SOURCE_FILE_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_TASK_PRIORITIES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_TASK_PRIORITY_HIGH - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value for COMPILER_TASK_PRIORITIES.
COMPILER_TASK_PRIORITY_LOW - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value for COMPILER_TASK_PRIORITIES.
COMPILER_TASK_PRIORITY_NORMAL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value for COMPILER_TASK_PRIORITIES.
COMPILER_TASK_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPLEMENT - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
Bitwise complement "~" operator.
COMPUTE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
CONDITIONAL_AND - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Conditional AND "&&" operator.
CONDITIONAL_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ConditionalExpression.
CONDITIONAL_OR - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Conditional OR "||" operator.
CONSIDER_BINARIES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that binaries should be considered.
CONSIDER_CLASSES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that classes should be considered.
CONSIDER_EXTERNAL_JARS - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that external JARs should be considered.
CONSIDER_INTERFACES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that interfaces should be considered.
CONSIDER_REQUIRED_PROJECTS - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that required projects should be considered.
CONSIDER_TYPES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that both classes and interfaces should be considered.
CONSTANT_Class - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Class_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Double - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Double_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Fieldref - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Fieldref_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Float - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Float_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Integer - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Integer_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_InterfaceMethodref - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_InterfaceMethodref_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Long - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Long_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Methodref - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Methodref_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_NameAndType - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_NameAndType_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_POOL - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read only the constant pool entries of a .class file.
CONSTANT_String - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_String_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Utf8 - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Utf8_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_VALUE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
 
CONSTRUCTOR - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a constructor.
CONSTRUCTOR - Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
Flag to render the 'constructor' adornment
CONSTRUCTOR_INVOCATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ConstructorInvocation.
CONTAINER - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Type identifier for container entries.
CONTAINER - Static variable in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Id of the container field
CONTENT_ASSIST - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Edit menu: name of standard Code Assist global action (value "org.eclipse.jdt.ui.actions.ContentAssist").
CONTENT_ASSIST_COMPLETE_PREFIX - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> content assist complete prefix action Value: "org.eclipse.jdt.ui.edit.text.java.complete.prefix").
CONTINUE_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ContinueStatement.
CONVERT_ANONYMOUS_TO_NESTED - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> convert anonynous to nested action (value "org.eclipse.jdt.ui.edit.text.java.convert.anonymous.to.nested").
CONVERT_ANONYMOUS_TO_NESTED - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Covert Anonymous to Nested global action (value "org.eclipse.jdt.ui.actions.ConvertAnonymousToNested").
CONVERT_LINE_DELIMITERS_TO_MAC - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standardConvert Line Delimiters ToMac global action (value "org.eclipse.jdt.ui.actions.ConvertLineDelimitersToMac").
CONVERT_LINE_DELIMITERS_TO_UNIX - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Convert Line Delimiters To UNIX global action (value "org.eclipse.jdt.ui.actions.ConvertLineDelimitersToUNIX").
CONVERT_LINE_DELIMITERS_TO_WINDOWS - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Convert Line Delimiters To Windows global action (value "org.eclipse.jdt.ui.actions.ConvertLineDelimitersToWindows").
CONVERT_LOCAL_TO_FIELD - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard global action to convert a local variable to a field (value "org.eclipse.jdt.ui.actions.ConvertLocalToField").
CONVERT_NESTED_TO_TOP - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard global action to convert a nested type to a top level type (value "org.eclipse.jdt.ui.actions.MoveInnerToTop").
CORE_CIRCULAR_CLASSPATH - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_ENABLE_CLASSPATH_EXCLUSION_PATTERNS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_ENABLE_CLASSPATH_MULTIPLE_OUTPUT_LOCATIONS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_ENCODING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_EXCEPTION - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating a core exception occurred.
CORE_INCOMPATIBLE_JDK_LEVEL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_INCOMPLETE_CLASSPATH - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_CLEAN_OUTPUT_FOLDER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_DUPLICATE_RESOURCE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_INVALID_CLASSPATH - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_ORDER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_RESOURCE_COPY_FILTER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORRECTION_ASSIST_PROPOSALS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> correction assist proposal action (value "org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals").
CPE_CONTAINER - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry representing a name classpath container.
CPE_LIBRARY - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry identifying a library.
CPE_PROJECT - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry identifying a required project.
CPE_SOURCE - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry identifying a folder containing package fragments with source code to be compiled.
CPE_VARIABLE - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry defined using a path that begins with a classpath variable reference.
CP_CONTAINER_PATH_UNBOUND - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a container path was not resolvable indicating either the referred container is undefined, unbound.
CP_VARIABLE_PATH_UNBOUND - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a variable path was not resolvable indicating either the referred variable is undefined, unbound or the resolved variable path does not correspond to an existing file or folder.
CREATE_DELEGATE_METHODS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> generate delegates action (value "org.eclipse.jdt.ui.edit.text.java.create.delegate.methods").
CREATE_GETTER_SETTER - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> generate setter/getter action (value "org.eclipse.jdt.ui.edit.text.java.create.getter.setter").
CYCLE_DETECTED - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Cycle detected marker attribute (value "cycleDetected").
C_ARRAY - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating an array type in a signature.
C_BOOLEAN - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type boolean in a signature.
C_BYTE - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type byte in a signature.
C_CHAR - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type char in a signature.
C_DOLLAR - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the dollar in a signature.
C_DOT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the dot in a signature.
C_DOUBLE - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type double in a signature.
C_FLOAT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type float in a signature.
C_INT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type int in a signature.
C_LONG - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type long in a signature.
C_NAME_END - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the end of a named type in a signature.
C_PARAM_END - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the end of a parameter type list in a signature.
C_PARAM_START - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of a parameter type list in a signature.
C_RESOLVED - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of a resolved, named type in a signature.
C_SEMICOLON - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the semicolon in a signature.
C_SHORT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type short in a signature.
C_UNRESOLVED - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of an unresolved, named type in a signature.
C_VOID - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating result type void in a signature.
CannotAllocateVoidArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDefineDimensionExpressionsWithInit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDefineInterfaceInLocalType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDefineStaticInitializerInLocalType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotHideAnInstanceMethodWithAStaticMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotImportPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotOverrideAStaticMethodWithAnInstanceMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotReturnInInitializer - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotThrowNull - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotThrowType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotUseSuperInCodeSnippet - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CastExpression - class org.eclipse.jdt.core.dom.CastExpression.
Cast expression AST node type.
CatchClause - class org.eclipse.jdt.core.dom.CatchClause.
Catch clause AST node type.
ChangeTypeAction - class org.eclipse.jdt.ui.actions.ChangeTypeAction.
 
ChangeTypeAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.ChangeTypeAction
Note: This constructor is for internal use only.
ChangeTypeAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ChangeTypeAction
Creates a new ChangeTypeAction.
CharOperation - class org.eclipse.jdt.core.compiler.CharOperation.
This class is a collection of helper methods to manipulate char arrays.
CharOperation() - Constructor for class org.eclipse.jdt.core.compiler.CharOperation
 
CharacterLiteral - class org.eclipse.jdt.core.dom.CharacterLiteral.
Character literal nodes.
ClassExtendFinalClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ClassFileBytesDisassembler - class org.eclipse.jdt.core.util.ClassFileBytesDisassembler.
This class is intended to be subclassed to disassemble classfile bytes onto a String using the proper line separator.
ClassFileBytesDisassembler() - Constructor for class org.eclipse.jdt.core.util.ClassFileBytesDisassembler
 
ClassFormatException - exception org.eclipse.jdt.core.util.ClassFormatException.
Exception thrown by a class file reader when encountering a error in decoding information contained in a .class file.
ClassFormatException(int) - Constructor for class org.eclipse.jdt.core.util.ClassFormatException
Constructor for ClassFormatException.
ClassFormatException(String) - Constructor for class org.eclipse.jdt.core.util.ClassFormatException
Constructor for ClassFormatException.
ClassInstanceCreation - class org.eclipse.jdt.core.dom.ClassInstanceCreation.
Class instance creation expression AST node type.
ClasspathContainerInitializer - class org.eclipse.jdt.core.ClasspathContainerInitializer.
Abstract base implementation of all classpath container initializer.
ClasspathContainerInitializer() - Constructor for class org.eclipse.jdt.core.ClasspathContainerInitializer
Creates a new classpath container initializer.
ClasspathVariableInitializer - class org.eclipse.jdt.core.ClasspathVariableInitializer.
Abstract base implementation of all classpath variable initializers.
ClasspathVariableInitializer() - Constructor for class org.eclipse.jdt.core.ClasspathVariableInitializer
Creates a new classpath variable initializer.
CodeCannotBeReached - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CodeGeneration - class org.eclipse.jdt.ui.CodeGeneration.
Class that offers access to the templates contained in the 'code generation' preference page.
CodeSnippetMissingClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CodeSnippetMissingMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CompilationUnit - class org.eclipse.jdt.core.dom.CompilationUnit.
Java compilation unit AST node type.
CompilationUnitSorter - class org.eclipse.jdt.core.util.CompilationUnitSorter.
Operation for sorting members within a compilation unit.
CompletionRequestorAdapter - class org.eclipse.jdt.core.CompletionRequestorAdapter.
Adapter of the requestor interface ICompletionRequestor.
CompletionRequestorAdapter() - Constructor for class org.eclipse.jdt.core.CompletionRequestorAdapter
 
ConditionalExpression - class org.eclipse.jdt.core.dom.ConditionalExpression.
Conditional expression AST node type.
ConflictingImport - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ConstructorInvocation - class org.eclipse.jdt.core.dom.ConstructorInvocation.
Alternate constructor invocation statement AST node type.
ConstructorRelated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ContinueStatement - class org.eclipse.jdt.core.dom.ContinueStatement.
Continue statement AST node type.
ConvertAnonymousToNestedAction - class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction.
Action to convert an anonymous inner class to a nested class.
ConvertAnonymousToNestedAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction
Note: This constructor is for internal use only.
ConvertAnonymousToNestedAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction
 
ConvertLocalToFieldAction - class org.eclipse.jdt.ui.actions.ConvertLocalToFieldAction.
Action to convert a local variable to a field.
ConvertLocalToFieldAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.ConvertLocalToFieldAction
Note: This constructor is for internal use only.
ConvertNestedToTopAction - class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction.
Action to convert a nested class to a top level class.
ConvertNestedToTopAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
Note: This constructor is for internal use only.
ConvertNestedToTopAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
Creates a new MoveInnerToTopAction.
CorrectionEngine - class org.eclipse.jdt.core.CorrectionEngine.
This class is the entry point for source corrections.
CorrectionEngine(Map) - Constructor for class org.eclipse.jdt.core.CorrectionEngine
The CorrectionEngine is responsible for computing problem corrections.
CustomFiltersActionGroup - class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup.
Action group to add the filter action to a view part's toolbar menu.
CustomFiltersActionGroup(IViewPart, StructuredViewer) - Constructor for class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
Creates a new CustomFiltersActionGroup.
canCreateJar(Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter
Checks if the JAR file can be overwritten.
canHaveChildren() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Returns whether this node is allowed to have children.
canTerminateEvaluation() - Method in interface org.eclipse.jdt.debug.core.IJavaThread
Returns whether the currently executing IEvaluationRunnable supports termination.
canUpdateClasspathContainer(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
Returns true if this container initializer can be requested to perform updates on its own container values.
catchClauses() - Method in class org.eclipse.jdt.core.dom.TryStatement
Returns the live ordered list of catch clauses for this try statement.
category(Object) - Method in class org.eclipse.jdt.ui.JavaElementSorter
 
charArrayToStringArray(char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Returns the char arrays as an array of Strings
charToString(char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Returns the char array as a String
charValue() - Method in class org.eclipse.jdt.core.dom.CharacterLiteral
Returns the value of this literal node.
chooseJavaProject() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
Realize a Java Project selection dialog and return the first selected project, or null if there was none.
chooseJavaProject() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
Realize a Java Project selection dialog and return the first selected project, or null if there was none.
clone() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Returns a stand-alone copy of the document fragment represented by this node that is in no way dependent on the document this node is part of.
close() - Method in interface org.eclipse.jdt.core.IBuffer
Closes the buffer.
close() - Method in interface org.eclipse.jdt.core.IOpenable
Closes this element and its buffer (if any).
close() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionReader
Closes this reader.
close() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionWriter
Closes this writer.
close() - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter
Closes the archive and does all required cleanup.
closeArchives() - Static method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Closes all zip files that have been opened, and removes them from the zip file cache.
codeComplete(int, ICodeCompletionRequestor) - Method in interface org.eclipse.jdt.core.ICodeAssist
Deprecated. - use codeComplete(int, ICompletionRequestor) instead TODO remove before 3.0
codeComplete(int, ICompletionRequestor) - Method in interface org.eclipse.jdt.core.ICodeAssist
Performs code completion at the given offset position in this compilation unit, reporting results to the given completion requestor.
codeComplete(int, ICompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.ICodeAssist
Performs code completion at the given offset position in this compilation unit, reporting results to the given completion requestor.
codeComplete(char[], int, int, char[][], char[][], int[], boolean, ICompletionRequestor) - Method in interface org.eclipse.jdt.core.IType
Do code completion inside a code snippet in the context of the current type.
codeComplete(char[], int, int, char[][], char[][], int[], boolean, ICompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.IType
Do code completion inside a code snippet in the context of the current type.
codeComplete(String, int, ICompletionRequestor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor.
codeComplete(String, int, ICompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor.
codeComplete(String, int, ICodeCompletionRequestor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Deprecated. - use codeComplete(String, int, ICompletionRequestor) instead TODO remove before 3.0
codeSelect(int, int) - Method in interface org.eclipse.jdt.core.ICodeAssist
Returns the Java elements correspondiing to the given selected text in this compilation unit.
codeSelect(int, int, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.ICodeAssist
Returns the Java elements correspondiing to the given selected text in this compilation unit.
codeSelect(String, int, int) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Resolves and returns a collection of Java elements corresponding to the source code at the given positions in the given code snippet.
codeSelect(String, int, int, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Resolves and returns a collection of Java elements corresponding to the source code at the given positions in the given code snippet.
collectRequiredProjects(IJavaProject, ArrayList) - Static method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Adds all projects required by proj to the list res
commit(boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Commits the contents of this working copy to its original element and underlying resource, bringing the Java model up-to-date with the current contents of the working copy.
commitWorkingCopy(boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Commits the contents of this working copy to its underlying resource.
compare(Viewer, Object, Object) - Method in class org.eclipse.jdt.ui.JavaElementSorter
 
compareWith(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Compares the contents of the two arrays array and prefix.
compilationUnit - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
completionRequestor - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
computeAdornmentFlags(Object) - Method in class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator
Note: This method is for internal use only.
computeAdornmentFlags(Object) - Method in class org.eclipse.jdt.ui.ProblemsLabelDecorator
Note: This method is for internal use only.
computeCorrections(IMarker, ICompilationUnit, int, ICorrectionRequestor) - Method in class org.eclipse.jdt.core.CorrectionEngine
Performs code correction for the given marker, reporting results to the given correction requestor.
computeCorrections(IProblem, ICompilationUnit, ICorrectionRequestor) - Method in class org.eclipse.jdt.core.CorrectionEngine
Performs code correction for the given IProblem, reporting results to the given correction requestor.
computeDefaultRuntimeClassPath(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes the default application classpath entries for the given project.
computeUnresolvedClasspath(ILaunchConfiguration) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathProvider
Computes and returns an unresolved classpath for the given launch configuration.
computeUnresolvedClasspath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.StandardClasspathProvider
 
computeUnresolvedClasspath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.StandardSourcePathProvider
 
computeUnresolvedRuntimeClasspath(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes and returns the default unresolved runtime claspath for the given project.
computeUnresolvedRuntimeClasspath(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes and returns the unresolved class path for the given launch configuration.
computeUnresolvedSourceLookupPath(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes and returns the unresolved source lookup path for the given launch configuration.
computeVMInstall(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the VM install for the given launch configuration.
concat(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the two arrays.
concat(char[], char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the three arrays.
concat(char[], char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the two arrays inserting the separator character between the two arrays.
concat(char[], char, char[], char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the three arrays inserting the sep1 character between the two arrays and sep2 between the last two.
concat(char, char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a new array with prepending the prefix character and appending the suffix character at the end of the array.
concatWith(char[], char[][], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part and appending the given name at the end.
concatWith(char[][], char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part and appending the given name at the end.
concatWith(char[][], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part.
concatenate(Object[], Object[]) - Static method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
Note: This method is for internal use only.
configureJavaElementMarker(IMarker, IJavaElement) - Method in class org.eclipse.jdt.core.JavaCore
Configures the given marker for the given Java element.
configureJavaProject(IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
Adds the Java nature to the project (if not set yet) and configures the build classpath.
connect(Map, IProgressMonitor, ILaunch) - Method in interface org.eclipse.jdt.launching.IVMConnector
Establishes a JDI connection with a debuggable VM using the arguments specified in the given map, contributing results (debug targets and processes), to the given launch.
connect(IEditorInput) - Method in interface org.eclipse.jdt.ui.IWorkingCopyManager
Connects the given editor input to this manager.
constructCUContent(ICompilationUnit, String, String) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Uses the New Java file template from the code template page to generate a compilation unit with the given type content.
containerChanged() - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
This method is a hook which gets called after the source folder's text input field has changed.
contains(IResource) - Method in interface org.eclipse.jdt.core.IJavaModel
Returns whether this Java model contains an IJavaElement whose resource is the given resource or a non-Java resource which is the given resource.
contains(IJavaElement) - Method in interface org.eclipse.jdt.core.IRegion
Returns whether the given element is contained in this region.
contains(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns whether the given type is part of this hierarchy.
contains(char, char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the array contains an occurrence of character, false otherwise.
contains(char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the array contains an occurrence of character, false otherwise.
containsJavaResources() - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns whether this fragment contains at least one Java resource.
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
Adds the filter actions to the given tool bar
contributeToViewMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
Adds the filter actions to the given menu manager.
convertToRealVM() - Method in class org.eclipse.jdt.launching.VMStandin
If no corresponding 'real' VM exists, create one and populate it from this standin instance.
copy(IJavaElement[], IJavaElement[], IJavaElement[], String[], boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaModel
Copies the given elements to the specified container(s).
copy(IPath, int, int, IClasspathEntry, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Copies the resource of this package fragment root to the destination path as specified by IResource.copy(IPath, int, IProgressMonitor) but excluding nested source folders.
copy(IJavaElement, IJavaElement, String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ISourceManipulation
Copies this element to the given container.
copySubtree(AST, ASTNode) - Static method in class org.eclipse.jdt.core.dom.ASTNode
Returns a deep copy of the subtree of AST nodes rooted at the given node.
copySubtrees(AST, List) - Static method in class org.eclipse.jdt.core.dom.ASTNode
Returns a deep copy of the subtrees of AST nodes rooted at the given list of nodes.
correctionEnd - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
correctionRequestor - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
correctionStart - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
create(String) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java model element corresponding to the given handle identifier generated by IJavaElement.getHandleIdentifier(), or null if unable to create the associated element.
create(String, WorkingCopyOwner) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java model element corresponding to the given handle identifier generated by IJavaElement.getHandleIdentifier(), or null if unable to create the associated element.
create(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java element corresponding to the given file, or null if unable to associate the given file with a Java element.
create(IFolder) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the package fragment or package fragment root corresponding to the given folder, or null if unable to associate the given folder with a Java element.
create(IProject) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java project corresponding to the given project.
create(IResource) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java element corresponding to the given resource, or null if unable to associate the given resource with a Java element.
create(IWorkspaceRoot) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java model.
create(JarPackageData) - Method in interface org.eclipse.jdt.ui.jarpackager.IManifestProvider
Creates a manifest as defined by the JarPackage.
create(IJavaProject, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IJavaProject.
create(IPackageFragmentRoot, String) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IPackageFragmentRoot.
create(IPackageFragment, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IPackageFragment.
create(ICompilationUnit, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given ICompilationUnit.
create(IType, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IType.
create(IMethod, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IMethod.
create(IField, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IField.
createAndSearchPattern(SearchPattern, SearchPattern) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a search pattern that combines the given two patterns into a "and" pattern.
createArraySignature(char[], int) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature with the given amount of array nesting added to the given type signature.
createArraySignature(String, int) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature with the given amount of array nesting added to the given type signature.
createBuffer(IOpenable) - Method in interface org.eclipse.jdt.core.IBufferFactory
Deprecated. Creates a buffer for the given owner.
createBuffer(ICompilationUnit) - Method in class org.eclipse.jdt.core.WorkingCopyOwner
Creates a buffer for the given working copy.
createCharArrayTypeSignature(char[], boolean) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature from the given type name encoded as a character array.
createClass() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createClass() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a default type document fragment.
createClassFileFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a class file element for the given .class file.
createCodeFormatter() - Static method in class org.eclipse.jdt.core.ToolFactory
Deprecated. - should use #createCodeFormatter(Map) instead. Extension point is discontinued
createCodeFormatter(Map) - Static method in class org.eclipse.jdt.core.ToolFactory
Create an instance of the built-in code formatter.
createCompilationUnit(String, String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragment
Creates and returns a compilation unit in this package fragment with the specified name and contents.
createCompilationUnit() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createCompilationUnit(char[], String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createCompilationUnit(String, String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createCompilationUnit() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates and return an empty JDOM.
createCompilationUnit(char[], String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a JDOM on the given source code.
createCompilationUnit(String, String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a JDOM on the given source code.
createCompilationUnitFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a compilation unit element for the given .java file.
createContainerControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Creates the necessary controls (label, text field and browse button) to edit the source folder location.
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewClassWizardPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewInterfaceWizardPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
 
createDefault(String) - Method in interface org.eclipse.jdt.ui.jarpackager.IManifestProvider
Creates a default manifest.
createDefaultClassFileBytesDisassembler() - Static method in class org.eclipse.jdt.core.ToolFactory
Create a classfile bytecode disassembler, able to produce a String representation of a given classfile.
createDefaultClassFileDisassembler() - Static method in class org.eclipse.jdt.core.ToolFactory
Deprecated. - should use factory method creating ClassFileBytesDisassembler instead
createDefaultClassFileReader(String, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a default classfile reader, able to expose the internal representation of a given classfile according to the decoding flag used to initialize the reader.
createDefaultClassFileReader(IClassFile, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a classfile reader onto a classfile Java element.
createDefaultClassFileReader(String, String, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a default classfile reader, able to expose the internal representation of a given classfile according to the decoding flag used to initialize the reader.
createDefaultCodeFormatter(Map) - Static method in class org.eclipse.jdt.core.ToolFactory
Deprecated. - use #createCodeFormatter(Map) instead
createDialogArea(Composite) - Method in class org.eclipse.jdt.debug.ui.JavaSourceLookupDialog
 
createDocumentPartitioner() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
Factory method for creating a Java-specific document partitioner using this object's partitions scanner.
createEnclosingTypeControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the enclosing type name field.
createExceptionBreakpoint(IResource, String, boolean, boolean, boolean, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns an exception breakpoint for an exception with the given name.
createField(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a field in this type with the given contents.
createField() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createField(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createField() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a default field document fragment.
createField(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a field document fragment on the given source code.
createHierarchyScope(IType) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a java search scope limited to the hierarchy of the given type.
createHierarchyScope(IType, WorkingCopyOwner) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a java search scope limited to the hierarchy of the given type.
createImport(String, IJavaElement, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns an import declaration in this compilation unit with the given name.
createImport() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createImport(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createImport() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates an empty import document fragment.
createImport(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates an import document fragment on the given source code.
createInheritedMethods(IType, boolean, boolean, NewTypeWizardPage.ImportsManager, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the bodies of all unimplemented methods and constructors and adds them to the type.
createInitializer(String, IJavaElement, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a static initializer in this type with the given contents.
createInitializer() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createInitializer(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createInitializer() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates an empty initializer document fragment.
createInitializer(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates an initializer document fragment from the given source code.
createInterface() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createInterface() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a default type document fragment.
createJarDescriptionReader(InputStream) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JAR package data description reader for this JAR package data object.
createJarDescriptionWriter(OutputStream) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JAR package data description writer for this JAR package data object.
createJarExportRunnable(Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JarExportRunnable.
createJarExportRunnable(JarPackageData[], Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JarExportRunnable for a list of JAR package data objects.
createJarPackageFragmentRootFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a handle for the given JAR file.
createJarWriter(Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JarWriter for this JAR package.
createJavaSearchScope(IResource[]) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use createJavaSearchScope(IJavaElement[]) instead
createJavaSearchScope(IJavaElement[]) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a java search scope limited to the given java elements.
createJavaSearchScope(IJavaElement[], boolean) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a java search scope limited to the given java elements.
createLineBreakpoint(IResource, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a line breakpoint in the type with the given name, at the given line number.
createMainTypeDialog(Shell, IRunnableContext, IJavaSearchScope, int, boolean, String) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given scope containing a standard main method.
createMainTypeDialog(Shell, IRunnableContext, IJavaSearchScope, int, boolean) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given scope containing a standard main method.
createMethod(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a method or constructor in this type with the given contents.
createMethod() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createMethod(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createMethod() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a default method document fragment.
createMethod(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a method document fragment on the given source code.
createMethodBreakpoint(IResource, String, String, String, boolean, boolean, boolean, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a method breakpoint with the specified criteria.
createMethodEntryBreakpoint(IResource, String, String, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a method entry breakpoint with the specified criteria.
createMethodSignature(char[][], char[]) - Static method in class org.eclipse.jdt.core.Signature
Creates a method signature from the given parameter and return type signatures.
createMethodSignature(String[], String) - Static method in class org.eclipse.jdt.core.Signature
Creates a method signature from the given parameter and return type signatures.
createModifierControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the modifiers radio/ceckbox buttons.
createOrSearchPattern(ISearchPattern, ISearchPattern) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a search pattern that combines the given two patterns into a "or" pattern.
createPackage() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createPackage(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createPackage() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates an empty package document fragment.
createPackage(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a package document fragment on the given source code.
createPackage(IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
Creates the new package using the entered field values.
createPackageControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the package name field.
createPackageDeclaration(String, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns a package declaration in this compilation unit with the given package name.
createPackageDialog(Shell, IJavaProject, int, String) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all packages of the given Java project.
createPackageDialog(Shell, IJavaProject, int) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all packages of the given Java project.
createPackageDialog(Shell, IPackageFragmentRoot, String) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all packages under the given package fragment root.
createPackageDialog(Shell, IPackageFragmentRoot) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all packages under the given package fragment root.
createPackageFragment(String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Creates and returns a package fragment in this root with the given dot-separated package name.
createPattern(String, int, int, int, boolean) - Static method in class org.eclipse.jdt.core.search.SearchPattern
 
createPattern(IJavaElement, int) - Static method in class org.eclipse.jdt.core.search.SearchPattern
 
createPatternBreakpoint(IResource, String, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a pattern breakpoint for the given resource at the given line number, which is installed in all classes whose fully qualified name matches the given pattern.
createProject(IProject, IPath, IProgressMonitor) - Static method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
Helper method to create and open a IProject .
createRefactoring(ICompilationUnit, ITextSelection) - Method in class org.eclipse.jdt.ui.actions.InlineTempAction
Note: this method is for internal use only.
createScanner(boolean, boolean, boolean, boolean) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a scanner, indicating the level of detail requested for tokenizing.
createScanner(boolean, boolean, boolean, String) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a scanner, indicating the level of detail requested for tokenizing.
createSearchPattern(String, int, int, boolean) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a search pattern based on a given string pattern.
createSearchPattern(IJavaElement, int) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a search pattern based on a given Java element.
createSeparator(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates a separator line.
createStratumBreakpoint(IResource, String, String, String, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a line breakpoint associated with the given resource, at the given line number in the specified stratum (see JSR045).
createSuperClassControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the superclass name field.
createSuperInterfacesControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the superclass name field.
createTargetPatternBreakpoint(IResource, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a target pattern breakpoint for the given resource at the given line number.
createType(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns a type in this compilation unit with the given contents.
createType(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type in this type with the given contents.
createType() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createType(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createType() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a default type document fragment.
createType(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a type document fragment on the given source code.
createType(IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the new type using the entered field values.
createTypeDialog(Shell, IRunnableContext, IJavaSearchScope, int, boolean, String) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given scope.
createTypeDialog(Shell, IRunnableContext, IJavaSearchScope, int, boolean) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given scope.
createTypeDialog(Shell, IRunnableContext, IProject, int, boolean) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given project.
createTypeMembers(IType, NewTypeWizardPage.ImportsManager, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewClassWizardPage
 
createTypeMembers(IType, NewTypeWizardPage.ImportsManager, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Hook method that gets called from createType to support adding of unanticipated methods, fields, and inner types to the created type.
createTypeNameControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the type name field.
createTypeSignature(char[], boolean) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature from the given type name encoded as a character array.
createTypeSignature(String, boolean) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature from the given type name.
createVMArgsBlock() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
createVMInstall(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
 
createVMInstall(String) - Method in interface org.eclipse.jdt.launching.IVMInstallType
Creates a new instance of this VM Install type.
createWatchpoint(IResource, String, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a watchpoint on a field with the given name in a type with the given name.
createWizard(Refactoring) - Method in class org.eclipse.jdt.ui.actions.InlineTempAction
Note: this method is for internal use only.
createWorkingDirBlock() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletArgumentsTab
 
createWorkingDirBlock() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
createWorkspaceScope() - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a java search scope with the workspace as the only limit.

Eclipse JDT
Pre-release 3.0
A B C D E F G H I J K L M N O P Q R S T U V W X Z _
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.